home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / gawk-3.000 / gawk-3 / gawk-3.0.0 / test / swaplns.awk < prev    next >
Encoding:
Text File  |  1993-10-20  |  66 b   |  8 lines

  1. {
  2.     if ((getline tmp) > 0) {
  3.         print tmp
  4.         print
  5.     } else
  6.         print
  7. }
  8.